home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'CommDlg.pas' rev: 3.00
-
- #ifndef CommDlgHPP
- #define CommDlgHPP
- #include <Messages.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
- #include <commdlg.h>
-
- namespace Commdlg
- {
- //-- type declarations -------------------------------------------------------
- typedef tagOFNA *POpenFilenameA;
-
- typedef tagOFNW *POpenFilenameW;
-
- typedef tagOFNA *POpenFilename;
-
- typedef tagOFNA TOpenFilenameA;
-
- typedef tagOFNW TOpenFilenameW;
-
- typedef tagOFNA TOpenFilename;
-
- typedef _OFNOTIFYA *POFNotifyA;
-
- typedef _OFNOTIFYW *POFNotifyW;
-
- typedef _OFNOTIFYA *POFNotify;
-
- typedef _OFNOTIFYA TOFNotifyA;
-
- typedef _OFNOTIFYW TOFNotifyW;
-
- typedef _OFNOTIFYA TOFNotify;
-
- typedef tagCHOOSECOLORA *PChooseColorA;
-
- typedef tagCHOOSECOLORW *PChooseColorW;
-
- typedef tagCHOOSECOLORA *PChooseColor;
-
- typedef tagCHOOSECOLORA TChooseColorA;
-
- typedef tagCHOOSECOLORW TChooseColorW;
-
- typedef tagCHOOSECOLORA TChooseColor;
-
- typedef tagFINDREPLACEA *PFindReplaceA;
-
- typedef tagFINDREPLACEW *PFindReplaceW;
-
- typedef tagFINDREPLACEA *PFindReplace;
-
- typedef tagFINDREPLACEA TFindReplaceA;
-
- typedef tagFINDREPLACEW TFindReplaceW;
-
- typedef tagFINDREPLACEA TFindReplace;
-
- typedef tagCHOOSEFONTA *PChooseFontA;
-
- typedef tagCHOOSEFONTW *PChooseFontW;
-
- typedef tagCHOOSEFONTA *PChooseFont;
-
- typedef tagCHOOSEFONTA TChooseFontA;
-
- typedef tagCHOOSEFONTW TChooseFontW;
-
- typedef tagCHOOSEFONTA TChooseFont;
-
- typedef tagPDA *PPrintDlgA;
-
- typedef tagPDW *PPrintDlgW;
-
- typedef tagPDA *PPrintDlg;
-
- typedef tagPDA TPrintDlgA;
-
- typedef tagPDW TPrintDlgW;
-
- typedef tagPDA TPrintDlg;
-
- typedef tagDEVNAMES *PDevNames;
-
- typedef tagDEVNAMES TDevNames;
-
- typedef tagPSDA *PPageSetupDlgA;
-
- typedef tagPSDW *PPageSetupDlgW;
-
- typedef tagPSDA *PPageSetupDlg;
-
- typedef tagPSDA TPageSetupDlgA;
-
- typedef tagPSDW TPageSetupDlgW;
-
- typedef tagPSDA TPageSetupDlg;
-
- //-- var, const, procedure ---------------------------------------------------
- #define FR_ENABLETEMPLATEHandle (Word)(8192)
-
- } /* namespace Commdlg */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Commdlg;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // CommDlg
-